provider Seer GET
/api/0/seer/models/ @utdk/sentry
/api/0/seer/models/ List Seer AI Models
Get list of actively used LLM model names from Seer.
Returns the list of AI models that are currently used in production in Seer.
This endpoint does not require authentication and can be used to discover which models Seer uses.
Requests to this endpoint should use the region-specific domain
eg. `us.sentry.io` or `de.sentry.io`
Try it
Authentication
Configure credentials for API Reference
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sentry from '@utdk/sentry';
await sentry.listSeerAiModels()